To identify the infrastructure master
Using the Windows interface
- Open Active Directory Users and Computers.
- Right-click the domain node, and then click Operations Masters.
- On the Infrastructure tab, under Operations masters, view the name of the current infrastructure master.
Notes
- XOX
- XOX
- Every domain has only one . To identify the infrastructure master in a different domain, target the appropriate domain before clicking Operations Masters.
Using a command line
- Open Command Prompt.
- Type:
dsquery server -hasfsmo infr
Value |
Description |
-hasfsmo |
Finds the domain controller (server object) that currently holds the requested role.
|
infr |
Requests the infrastructure master of the forest. |
Notes
Related Topics